projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc0b713
)
Add semantic-symref-filepattern-alist entry for lisp-interaction-mode
author
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 12 Apr 2016 18:46:22 +0000
(21:46 +0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 12 Apr 2016 18:46:22 +0000
(21:46 +0300)
* lisp/cedet/semantic/symref/grep.el
(semantic-symref-filepattern-alist):
Add entry for lisp-interaction-mode
(http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23223#47)
lisp/cedet/semantic/symref/grep.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/semantic/symref/grep.el
b/lisp/cedet/semantic/symref/grep.el
index 868e6c3f726c0265aeb1f1c792ec43e4fafc7e4b..36e97da818df9fab00d4ad0733f6e706589211bd 100644
(file)
--- a/
lisp/cedet/semantic/symref/grep.el
+++ b/
lisp/cedet/semantic/symref/grep.el
@@
-50,6
+50,7
@@
and those hits returned.")
"Rakefile" "Thorfile" "Capfile" "Guardfile" "Vagrantfile")
(perl-mode "*.pl" "*.PL")
(cperl-mode "*.pl" "*.PL")
+ (lisp-interaction-mode "*.el" "*.ede" ".emacs" "_emacs")
)
"List of major modes and file extension pattern.
See find -name man page for format.")